object frmProxySettings: TfrmProxySettings Left = 0 Top = 0 ActiveControl = edProxyServer BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Configureer proxy-instellingen' ClientHeight = 250 ClientWidth = 333 Color = clBtnFace ParentFont = True OldCreateOrder = False Position = poOwnerFormCenter DesignSize = ( 333 250) PixelsPerInch = 96 TextHeight = 13 object lblHTTPProxy: TTntLabel Left = 8 Top = 13 Width = 97 Height = 13 Caption = 'Proxy server-&adres:' FocusControl = edProxyServer end object lblProxyPort: TTntLabel Left = 214 Top = 13 Width = 30 Height = 13 Caption = '&Poort:' FocusControl = edProxyPort end object lblSeparator: TLabel Left = 202 Top = 37 Width = 4 Height = 13 Caption = ':' end object lblProxyUsername: TTntLabel Left = 8 Top = 101 Width = 54 Height = 13 Caption = '&Inlognaam:' FocusControl = edProxyUsername end object lblProxyPassword: TTntLabel Left = 8 Top = 149 Width = 56 Height = 13 Caption = '&Passwoord:' end object btnCancel: TTntButton Left = 250 Top = 217 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Annuleren' ModalResult = 2 TabOrder = 5 end object btnOK: TTntButton Left = 169 Top = 217 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object edProxyServer: TTntEdit Left = 8 Top = 32 Width = 185 Height = 21 TabOrder = 0 end object edProxyPort: TSpinEdit Left = 214 Top = 32 Width = 111 Height = 22 Anchors = [akLeft, akTop, akRight] MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end object edProxyUsername: TTntEdit Left = 8 Top = 120 Width = 185 Height = 21 Enabled = False TabOrder = 2 end object cbLoginRequired: TTntCheckBox Left = 8 Top = 72 Width = 317 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Inloggen op deze server' TabOrder = 6 OnClick = cbLoginRequiredClick end object edProxyPassword: TBasPasswordEdit Left = 8 Top = 168 Width = 185 Height = 21 Enabled = False TabOrder = 3 end end